projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
019f2b8
)
(find-file-noselect): Improve "file changed" message.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 25 Aug 1994 00:05:36 +0000
(
00:05
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 25 Aug 1994 00:05:36 +0000
(
00:05
+0000)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index 5e3aa699b11635481ed5d6bb151a2db5e70e1b3e..fda91c047cd48d2a56d0885b850f57094780094b 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-684,7
+684,7
@@
The buffer is not selected, just returned to the caller."
(format
(if (buffer-modified-p buf)
"File %s changed on disk. Discard your edits? "
- "File %s changed on disk. Re
ad the new version
? ")
+ "File %s changed on disk. Re
read from disk
? ")
(file-name-nondirectory filename)))
(save-excursion
(set-buffer buf)